// If file is a playlist, modify it's extension and/or name so /ext/audio.php script can detect flash player is being used and so convert m3u file into an XML format
// If file is not a playlist, convert it into single-file playlist
if($command=='firstLoad' && !cfHGetVar('noPopup')) echo "W.resizeTo(dgi('topDiv').offsetWidth+20,85+dgi('topDiv').offsetHeight);\n";// resize and center window
elseif($command=='firstLoad') echo "winMe.resizeInnerTo(dgi('topDiv').offsetWidth+8,dgi('topDiv').offsetHeight+10);\n";// resize and center window
elseif($command=='change' && !cfHGetVar('noPopup')) echo "W.resizeTo(dgi('topDiv').offsetWidth+20,50+dgi('topDiv').offsetHeight);";// resize height of window
elseif($command=='change') echo "alert(dgi('topDiv').offsetWidth);winMe.resizeInnerTo(dgi('topDiv').offsetWidth,dgi('topDiv').offsetHeight);";// resize height of window